CarLocationsOverviewCamera

class CarLocationsOverviewCamera(mapboxNavigation: MapboxNavigation, initialCameraOptions: CameraOptions) : MapboxCarMapObserver

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAttached
Link copied to clipboard
open override fun onAttached(mapboxCarMapSurface: MapboxCarMapSurface)
onDetached
Link copied to clipboard
open override fun onDetached(mapboxCarMapSurface: MapboxCarMapSurface)
onVisibleAreaChanged
Link copied to clipboard
open override fun onVisibleAreaChanged(visibleArea: Rect, edgeInsets: EdgeInsets)
toString
Link copied to clipboard
open fun toString(): String
updateWithLocations
Link copied to clipboard
fun updateWithLocations(points: List<Point>)

Properties

mapboxNavigation
Link copied to clipboard
val mapboxNavigation: MapboxNavigation